projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69cbf2b
)
add pushhandler to clobber operators
author
Andrea Corallo
<akrl@sdf.org>
Tue, 17 Sep 2019 11:18:40 +0000
(13:18 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:37:49 +0000
(11:37 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index c390225e064d06c8637e1f99ab7c7c10c8a13f72..076380732f98ab297743228256597d8867b4f848 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-74,8
+74,9
@@
setimm
set-par-to-local
set-args-to-local
- set-rest-args-to-local)
- "Limple operators used to assign to mvars.")
+ set-rest-args-to-local
+ push-handler)
+ "Limple operators that clobbers the first mvar argument.")
(defconst comp-mostly-pure-funcs
'(% * + - / /= 1+ 1- < <= = > >= cons list % concat logand logcount logior